home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / actdemo.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1995-12-13  |  145 b   |  9 lines

  1. on exitFrame
  2.   open("actpass 5")
  3.   startTimer()
  4.   repeat while the timer < 120
  5.     nothing()
  6.   end repeat
  7.   play frame 3 of movie "actvdemo"
  8. end
  9.